home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.crl.com!usenet
- From: joewald@crl.com (Joseph Waldvogel)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: Dialscript needed
- Date: 10 Jan 1996 05:26:06 GMT
- Organization: CRL Dialup Internet Access
- Message-ID: <789.6582T942T2789@crl.com>
- References: <4cug85$c38@news.usaor.net>
- NNTP-Posting-Host: crl11.crl.com
-
-
- >I've been having trouble with my dialscript I use with AmiTCP. It seems
- >as it just hangs right after I send my password. I've changed the script
- >after that point and no I get an error. Could someone tell me what I'm
- >doing wrong? Here is the script I use:
-
- >TIMEOUT 1500
- >REDIAL "BUSY"
- >delay 100
- >send "ATZ"
- >wait "OK"
- >delay 5
- >SEND "ATDT 3914905"
- >WAIT "CONNECT"
- >delay 2
- >SEND ""
- >WAIT "ogin"
- >SEND "bley"
- >WAIT "assword"
- >SEND "xxx"
- >SEND "MTU"
- >delay 50
-
- >Should there be something that says WAIT "PPP"? How do I get out
- >of the script after I connect?
-
- Could it have to do something with this SEND MTU??? Why would you do that?
- You know you might want to use SlipCALL (On AmiNET) Works great and is what
- I'm doing. It's pretty easy to set up, and setup a script for it.
-
-